Add an initial focus testbed
authorMatthias Clasen <mclasen@redhat.com>
Sat, 16 Jul 2011 14:03:20 +0000 (10:03 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 16 Jul 2011 14:03:20 +0000 (10:03 -0400)
commitffa112d586c7ba44d9e60076be94d75b5cbe41e5
treeb4adcf737a030477d41ccdbaea9890dbc4514e36
parent102faa30372aa7ae5b69404ff8ef5e632810db63
Add an initial focus testbed

This is an attempt to explore differences in GTK+'s and gails
notions of which widget currently has the focus. Since gail
does all its focus updates in an idle, we cannot do the
comparisons synchronously, so just check ever so often in
a timeout.
tests/a11y/Makefile.am
tests/a11y/testfocus.c [new file with mode: 0644]